home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / ed / copyright < prev    next >
Text File  |  2009-07-20  |  2KB  |  51 lines

  1. This is Debian GNU's prepackaged version of the FSF's GNU ed
  2. utility.  The classic unix line editor, ed is a line-oriented text
  3. editor.  It is used to create, display, modify and otherwise
  4. manipulate text files.
  5.  
  6. This package was put together by me, James Troup <james@nocrew.org>,
  7. from the GNU sources, which I obtained from:
  8.  
  9.   ftp://ftp.gnu.org/pub/gnu/ed/ed-0.7.tar.bz2
  10.  
  11. The changes were small:
  12.  
  13. o adding support for the Debian package maintenance scheme, by adding
  14.   various debian/* files.
  15. o buf.c (open_sbuf): use tmpfile() and not mktemp().
  16. o glbl.c (exec_global), io.c (read_stream, get_stream_line), main.c
  17.   (main, exec_command, get_matching_node_addr, strip_escapes), re.c
  18.   (get_compiled_pattern), sub.c (extract_subst_template, 
  19.   substitute_matching_text): parentheses to quiet -Wall.
  20. o ed.1: various fixes by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  21.  
  22. Program Copyright (C) 1993, 1994 Andrew Moore, Talke Studio.
  23.         Copyright (C) 2006, 2007 Antonio Diaz Diaz.
  24. Modifications for Debian Copyright (C) 1997-2007 James Troup.
  25.  
  26. This program is free software: you can redistribute it and/or modify
  27. it under the terms of the GNU General Public License as published by
  28. the Free Software Foundation, either version 3 of the License, or (at
  29. your option) any later version.
  30.  
  31. This program is distributed in the hope that it will be useful, but
  32. WITHOUT ANY WARRANTY; without even the implied warranty of
  33. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  34. General Public License for more details.
  35.  
  36. You should have received a copy of the GNU General Public License with
  37. your Debian GNU system, in /usr/share/common-licenses/GPL-3, or with
  38. the Debian GNU ed source package as the file COPYING.  If not, see
  39. <http://www.gnu.org/licenses/>.
  40.  
  41. Manual (ed.info) Copyright (C) 1993, 2006, 2007 Free Software Foundation, Inc.
  42.  
  43. Permission is granted to copy, distribute and/or modify this document
  44. under the terms of the GNU Free Documentation License, Version 1.2 or
  45. any later version published by the Free Software Foundation; with no
  46. Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  47.  
  48. You should have received a copy of the GNU Free Documentation License
  49. with your Debian GNU system, in /usr/share/common-licenses/GFDL-1.2.
  50. If not, see <http://www.gnu.org/licenses/>.
  51.